use 'grep -o' to extract _get_type functions from header files. this
author15:18:17 Tim Janik <timj@imendio.com>
Mon, 3 Dec 2007 14:17:31 +0000 (14:17 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 3 Dec 2007 14:17:31 +0000 (14:17 +0000)
commitf83588f87e9ae756016073e80f3cfc6187d8a816
treebacf9ede481027b38cdba5985d431784e52aee5d
parent48110a5013172fc53832a26fa0013a001e093d7c
use 'grep -o' to extract _get_type functions from header files. this

2007-12-03 15:18:17  Tim Janik  <timj@imendio.com>

        * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type
        functions from header files. this should be portable across linux and
        Mac OS, unlike the previpous sed expression.

svn path=/trunk/; revision=19098
ChangeLog
gtk/Makefile.am